home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / monochrome.swf / scripts / DefineButton2_213 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-26  |  201 b   |  11 lines

  1. on(release){
  2.    _root.Wnmbr = 80;
  3.    _root.freqW = 30;
  4.    _root.Bnmbr = 40;
  5.    _root.freqB = 75;
  6.    _root.goal = 250;
  7.    _root.reward = 550;
  8.    _root.music = 3;
  9.    _root.gotoAndPlay("m1");
  10. }
  11.